home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Graphics / Misc / Wood.0.72 / Sources / Wood_main.m < prev    next >
Encoding:
Text File  |  1994-06-30  |  313 b   |  15 lines

  1. /* Generated by the NeXT Project Builder 
  2.    NOTE: Do NOT change this file -- Project Builder maintains it.
  3. */
  4.  
  5. #import "WoodApp.h"
  6.  
  7. void main(int argc, char *argv[]) {
  8.     [WoodApp new];
  9.     if ([NXApp loadNibSection:"Wood.nib" owner:NXApp withNames:NO])
  10.         [NXApp run];
  11.         
  12.     [NXApp free];
  13.     exit(0);
  14. }
  15.